home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00021.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  440 b   |  18 lines

  1. on exitFrame
  2.   global xxx
  3.   go(marker(0))
  4.   set xxx to the duration of cast 108
  5.   if the movieTime of sprite 2 > 25 then
  6.     set the movieRate of sprite 2 to -1
  7.   end if
  8.   if the movieTime of sprite 2 < 5 then
  9.     set the movieRate of sprite 2 to 1
  10.   end if
  11.   if the movieTime of sprite 3 > 10 then
  12.     set the movieRate of sprite 3 to -1
  13.   end if
  14.   if the movieTime of sprite 3 < 5 then
  15.     set the movieRate of sprite 3 to 1
  16.   end if
  17. end
  18.